@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,700);
body,
h2,
p,
td {
    line-height: 22px
}

h1,
h2.likeH1 {
    line-height: 36px
}

h1,
h2 {
    margin: 0
}

a,
a[href^=tel] {
    text-decoration: none
}

.bgInnerWrap,
.contentNoPad,
.contentPadTop,
.oneColWrap {
    position: relative
}

a[href^=tel] {
    color: inherit
}

body,
p,
td {
    font-family: 'Open Sans', sans-serif;
    color: #65646a;
    font-size: 16px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body {
    background: #253037
}

.clear {
    clear: both
}

h1 {
    font-size: 28px;
    color: #253037;
    font-weight: 300;
    padding: 0
}

h2 {
    color: #597698;
    font-size: 18px;
    font-weight: 700;
    padding: 0 0 11px
}

h2.likeH1 {
    font-size: 28px;
    color: #253037;
    font-weight: 300;
    padding: 0;
    margin: 0 0 10px
}

h2.likeH1.lessBtmPad {
    padding-bottom: 20px
}

h3 {
    color: #5e6569;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    margin: 0
}

b,
strong {
    font-weight: 700
}

.block {
    display: block!important
}

a {
    color: #438beb
}

a.white {
    color: #fff!important;
    text-decoration: underline!important
}

a.white:hover,
a.white:visited {
    color: #fff;
    text-decoration: underline
}

img {
    width: 100%;
    height: auto
}

img.actualSize {
    width: auto;
    height: auto
}

.noPad {
    padding: 0!important
}

.centered {
    text-align: center!important
}

.alignRight {
    text-align: right
}

.grid {
    max-width: 1440px!important
}

.gridPad {
    padding: 0 5%
}

.bgInnerWrap,
.bgWrap {
    padding: 0;
    width: 100%
}

.hideOnSmall {
    display: none
}

.hideOnLarge {
    display: block
}

.bgWrap {
    margin: 0;
    text-align: center
}

.bgInnerWrap {
    max-width: 1440px;
    margin: 0 auto;
    text-align: left;
    background: #fff;
    padding-top: 50px
}

.grid-pad {
    padding-left: 2%;
    padding-right: 2%
}

.contentWrap{
    position:relative;
}

.contentPadTop {
    padding-top: 32px
}

.contentPadBottom {
    padding-bottom: 32px
}

.oneColWrap {
    padding-top: 0;
    padding-bottom: 20px
}

ul.copyList {
    list-style-type: disc;
    margin-left: 15px;
    margin-top: 5px;
    margin-bottom: 25px
}

.pageHeaderImg {
    margin-bottom: 35px
}

.shadow {
    z-index: 100;
    width: 100%;
    height: 5px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .1;
    background: 0 0;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 1) 0, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 1) 0, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0, rgba(0, 0, 0, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000', GradientType=0)
}

@media only screen and (min-width:767px) {
    h2.likeH1 {
        font-size: 48px;
        line-height: 56px;
        padding: 0 0 42px
    }
    .two-col-left-border-wrap {
        border-right: 1px solid #cecece
    }
    .two-col-left .copyWrap,
    .two-col-left img.pageHeaderImg {
        padding-right: 40px
    }
    .two-col-right {
        padding-left: 40px;
        margin-top: -4px
    }
    h1 {
        font-size: 38px;
        line-height: 46px;
        padding: 0 0 42px;
        margin: 0
    }
    .hideOnSmall {
        display: block
    }
    .hideOnLarge {
        display: none
    }
    .oneColWrap {
        padding-top: 62px;
        padding-bottom: 62px
    }
}

@media only screen and (min-width:900px) {
    .grid-pad {
        padding-left: 5%;
        padding-right: 5%
    }
    .contentPadTop {
        padding-top: 62px;
        position: relative
    }
    .contentPadBottom {
        padding-bottom: 62px
    }
}

@media only screen and (min-width:1200px) {
    .grid-pad {
        padding-left: 10%;
        padding-right: 10%
    }
    h1 {
        font-size: 48px;
        line-height: 56px;
        padding: 0 0 42px;
        margin: 0
    }
    .oneColCopyOuterWrap {
        width: 100%;
        text-align: center
    }
    .oneColCopyInnerWrap {
        display: inline-block;
        width: 80%;
        max-width: 700px;
        margin: 0 auto;
        text-align: left
    }
    .bgInnerWrap {
        padding-top: 0
    }
}

.map-responsive {
    overflow: hidden;
    padding-bottom: 28%;
    position: relative;
    height: 0
}

.map-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute
}

.landingDownloadBtn{
    color:#fff;
    background: #78a22f;
    border:0;
    height:35px;
    line-height:35px;
    font-size: 15px;
    padding:0 15px;
    text-shadow:none;
    box-shadow: none;
    -moz-box-shadow:none !important;
	-webkit-box-shadow:none !important;
}

.landingOuterWrap{
    position:relative;
}
